Hi, I have a brand new computer. I have only installed Dreamweaver and a few other Adobe products, I have not installed any Ruby by myself or anything. In my Dreamweaver site, I am using SCSS. The SCSS compiles when I save the file, and it works just fine mostly. However, when I add an import, it doesn't compile. For example, if I put this line: "@import 'assets/styles/reset';" then I get an error. This is the error C:/Program Files/Adobe/Adobe Dreamweaver CC 2018/ruby/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/filesystem.rb:152: [BUG] Segmentation fault How can I be able to import using the Dreamweaver SCSS compiler? Thanks.
... View more